home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_478 / mp / examples.doc < prev    next >
Text File  |  1992-05-06  |  907b  |  31 lines

  1. Read MP.DOC before you read this file.
  2.  
  3. MP is very flexible because:
  4.  
  5.     o    It can translate between 3 kinds of data formats:
  6.  
  7.         -    Text.
  8.         -    Binary data.
  9.         -    MIDI data.
  10.  
  11.     o    The input/output can be sent to/from:
  12.  
  13.         -    Your CLI window.
  14.         -    Files, using -g and -p.
  15.         -    Files, using the CLI redirection symbols "<" and
  16.             ">".
  17.         -    Newly-created windows, by specifying a file
  18.             name like "CON:0/0/640/100/MP Input".
  19.         -    The MIDI port.
  20.  
  21. MP does not have a window/mouse/icon graphic interface; instead, YOU
  22. design the interface using CLI scripts.  See the "Scripts" directory
  23. for some small examples.  You can use MP in AREXX scripts too.
  24.  
  25. For a Workbench interface, use the IconX program (supplied with your
  26. Amiga) to attach an icon to a CLI script.  Then fill the CLI script
  27. with MP commands.
  28.  
  29. The directory "Examples" has some sample files that use the input
  30. text language.  You can send them to your synthesizer.
  31.